Skip to content

Commit 1370c6b

Browse files
authored
fix stylus require missing @
1 parent 645ca59 commit 1370c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bower i ragrid
1212
## Using
1313
```javascript
1414
@import url('path_to/ragrid.min.css') // css
15-
require 'path_to/ragrid' // stylus
15+
@require 'path_to/ragrid' // stylus
1616
let ragrid = require('path_to/ragrid.styl') // ES6
1717
```
1818

0 commit comments

Comments
 (0)