New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@funish/css

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@funish/css

A concise front-end CSS framework.

latest
Source
npmnpm
Version
0.0.1-alpha.52
Version published
Maintainers
1
Created
Source

Funish CSS

npm version npm license npm downloads

A concise front-end CSS framework.

Funish CSS is Thus.Fun As part of the Funish project developed by the team, one of the development components of the web front-end interface was developed to CSS exists in a simple form, designed to implement Funish in a way that utilizes pure CSS code. Front-end design concepts.

Components

Layouts

Box model

Text

Controls

Usage

CDN

Recommended for faster global response times from the Jsdelivr CDN.

<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/@funish/css@latest/dist/funish.min.css"
/>

NPM / Yarn

# npm
$ npm install @funish/css

# Or yarn
$ yarn add @funish/css

You can import the @funish/css style files from the node_modules directory.

@import '@funish/src/funish.scss';

Build

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static website
$ yarn generate

# output final file
$ yarn output

For a detailed description of how it works, see nuxt.js docs and dart-sass.

Reference

License

Keywords

concise

FAQs

Package last updated on 17 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts