Method: Lookbook::StylesExtractor#call
- Defined in:
- lib/lookbook/services/templates/styles_extractor.rb
#call ⇒ Object
13 14 15 16 17 |
# File 'lib/lookbook/services/templates/styles_extractor.rb', line 13 def call styles = extract_styles(content) rest = strip_styles(content) [styles, rest] end |