Open srsgores opened 11 years ago
The following code:
#{headings(all)} { font-weight: 300; }
Will fail, and it will generate:
headings(all) { font-weight: 300; }
When the Compass extension is loaded.
The following code:
Will fail, and it will generate:
When the Compass extension is loaded.