duojs / file-deps

Find and replace all the dependencies in a JS or CSS file.
7 stars 2 forks source link

css: trailing `;` required with `@import` #14

Open stephenmathieson opened 9 years ago

stephenmathieson commented 9 years ago

this always gets me...

index.css

@import './something'

something.css

.Something {
  color: blue;
}

build.css


imo, omitting a ; shouldn't break everything :/

/cc @matthewmueller @dominicbarnes