Method: TailwindTheme::Theme#css!
- Defined in:
- lib/tailwind_theme.rb
#css!(path, options = {}) ⇒ String
Get the merged Tailwind CSS classes. Raises an IndexError if the path cannot be found.
106 107 108 |
# File 'lib/tailwind_theme.rb', line 106 def css!(path, = {}) css path, .merge(raise: true) end |