This package has been deprecated

Author message:

'private

fof-style

1.7.40 • Public • Published

fof-style

A style lib use in fof-master

Install

Install with npm

npm install fof-style --save
npm install scss-bundle@2.5.1 -g

Usage

use in scss

@import '/path/node_modules/fof-style/dist/index.scss';

use in javascript

import 'fof-style/dist/index.css';

use in sass-resource-loader

resources: [ 
  path.resolve(__dirname, '/project/node_modules/fof-style/dist/_variable.scss'),
]

If you are looking for an icon, you should open /project/node_modules/fof-style/dist/icon.html

develop

install dependencies

npm install // or cnpm install

run dev and watch file change

npm run dev

Build Setup

build index.scss into dist

gulp

or

npm run build 

or in root

gulp build --n fof-style

Readme

Keywords

Package Sidebar

Install

npm i fof-style

Weekly Downloads

0

Version

1.7.40

License

ISC

Unpacked Size

2.62 MB

Total Files

110

Last publish

Collaborators

  • npm
  • psaren007