0.0.5 • Published 10 years ago

stylesheets v0.0.5

Weekly downloads
71
License
-
Repository
github
Last release
10 years ago

stylesheets

Warning: deprecated. Just use Webpack

Mission

Insert stylesheet requires on the server and client.

API for component authors

  • require('stylesheets').requireStylesheet("myfile.css"): ensure a stylesheet is in the document. must contain only a literal string, concat operator or process.env.STATIC_ROOT.

API for users

  • var headmarkup = require('stylesheets').getHeadMarkupFor(function() { /* your app code */ }); -- get the HTML needed to include stylesheets into a static HTML file.
0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago