UNPKG

@neosjs/cli

Version:

Neos(奈欧斯)是一个帮助开发者快速地创建 Vue3 应用并自动配置项目编译的脚手架

18 lines (16 loc) 237 B
@import './root.css'; @import './base.css'; #app { max-width: 1280px; margin: 0 auto; padding: 2rem; font-weight: normal; } a{ text-decoration: none; color:var(--color-text) } .blue { color: #0969da; transition: 0.4s; }