letsgetrandy / DICSS

Directly injected CSS
http://letsgetrandy.github.io/DICSS/
MIT License
1.35k stars 72 forks source link

Using DICCS with DONGS? #51

Closed ghost closed 8 years ago

ghost commented 9 years ago

I want to require DICSS with DONGS (Dynamically Obfuscated Node.js Global Styles), and it is even available in PEEN (Package manager, Extensible, Enhanced and Neutral). My code is the following:

var dicss = insert dicss from peen;

dicss.putIn('.vag', 'margin: 0');

Can anyone tell me why this doesn't work? I'd really love to use DICCS and DONGS together.

ghost commented 9 years ago

How big is the .vag?