Method: TailwindTheme::Theme#initialize
- Defined in:
- lib/tailwind_theme.rb
#initialize(theme_hash = {}) ⇒ Theme
Returns a new instance of Theme.
65 66 67 |
# File 'lib/tailwind_theme.rb', line 65 def initialize(theme_hash = {}) @theme = theme_hash end |