Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

csscss splits shorthand rules into separate rules #77

Closed
timeinfeldt opened this issue Aug 8, 2013 · 1 comment
Closed

csscss splits shorthand rules into separate rules #77

timeinfeldt opened this issue Aug 8, 2013 · 1 comment

Comments

@timeinfeldt
Copy link

Hi,

when parsing:

border: 1px solid $grey5;

Csscss throws a notice like:

... share x rules
  - border-bottom: 1px solid #cccccc
  - border-left-style: solid
  - border-left-width: 1px
  - border-right-style: solid
  - border-right-width: 1px
  - border-top-style: solid
  - border-top-width: 1px

This happens for .css and .scss files.

@zmoazeni
Copy link
Owner

zmoazeni commented Aug 8, 2013

See #74

@zmoazeni zmoazeni closed this as completed Aug 8, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants