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

The Previous Styles Will Be Covered #14

Open
qpxtWhite opened this issue Aug 12, 2016 · 0 comments
Open

The Previous Styles Will Be Covered #14

qpxtWhite opened this issue Aug 12, 2016 · 0 comments

Comments

@qpxtWhite
Copy link

Here's my code:

var cssBlue = require('./blue.scss'),
    cssRed = require('./red.scss');

cssBlue.append();
cssRed.append();

in 'blue.scss':

.blue{color: blue;}

in 'red.scss

.red{color: red;}

the code above will generate style in the page, and the cssBlue is lost:

<style>
.red{color:red}
</style>
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

1 participant