Method: TailwindTheme::Theme#merge_css!
- Defined in:
- lib/tailwind_theme.rb
#merge_css!(paths, options = {}) ⇒ String
Combine multiple paths and merging the combined Tailwind CSS classes. Raises an IndexError if a path
cannot be found.
148 149 150 |
# File 'lib/tailwind_theme.rb', line 148 def merge_css!(paths, = {}) merge_css paths, .merge(raise: true) end |