Method: TailwindTheme::Theme#css
- Defined in:
- lib/tailwind_theme.rb
#css(path, options = {}) ⇒ String
Get the merged Tailwind CSS classes
Default options are:
:raise => false
87 88 89 90 |
# File 'lib/tailwind_theme.rb', line 87 def css(path, = {}) classnames = build path, merge classnames, end |