arielsalminen / vue-design-system

An open source tool for building UI Design Systems with Vue.js
https://vueds.com
MIT License
2.17k stars 225 forks source link

Using vue-design-system to create a pure CSS stylesheet? #145

Closed ducdebreme closed 5 years ago

ducdebreme commented 5 years ago

I really like the vue-design-system - it is very elegant and made to the point. I have just a question: is it possible to use it in such a way that the resulting CSS can be used outside of a Javascript and Vuejs environment?

I would like to export the resulting CSS to use it as a base of a Drupal theme. Would it still work, if I link the system.css in an oldfashioned way like this ?

<link rel="stylesheet" type="text/css" href="system.css">

arielsalminen commented 5 years ago

@ducdebreme definitely. npm run build:system does exactly that.