Skip to content

navmed/spectre-stylus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spectre-stylus

A stylus port of the Spectre CSS - https://picturepan2.github.io/spectre/index.html

To use this with Vue, use the following code

<style lang="stylus">
@import 'assets/spectre-0.5.3.stylus/_variables.styl'
@import 'assets/spectre-0.5.3.stylus/*'
@import 'assets/spectre-0.5.3.stylus/icons/_icons-core.styl'
@import 'assets/spectre-0.5.3.stylus/icons/*'
@import 'assets/spectre-0.5.3.stylus/mixins/*'
@import 'assets/spectre-0.5.3.stylus/utilities/*'
</style>

Import them in this order to avoid missing variables.

Releases

No releases published

Packages

No packages published

Languages