We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
decae12
There was an error while loading. Please reload this page.
This update fixes the @import path for @seedcss based packs.
@import
@seedcss
Before:
@import "pack/@seedcss/seed-reset/_index";
After:
@import "pack/seed-reset/_index";
Also refactored the main index.js file with ES6 const/let vs. var.
index.js
const
let
var