UNPKG
lost-stylus
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
Lost grid system in Stylus without the prefixes.
github.com/zeekay/lost-stylus
zeekay/lost-stylus
lost-stylus
/
index.js
7 lines
(6 loc)
•
135 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
=
function
(
) {
return
function
(
style
) { style =
this
|| style; style.
import
(__dirname +
'/index.styl'
); } }