UNPKG

@fylgja/base

Version:

Base provides a streamlined starting point for any web project. It’s a collection of class-less solutions, allowing you to focus on building your site.

37 lines (36 loc) 988 B
{ "name": "@fylgja/base", "version": "2.1.1", "description": "Base provides a streamlined starting point for any web project. It’s a collection of class-less solutions, allowing you to focus on building your site.", "homepage": "https://fylgja.dev/", "author": "Fylgja", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/fylgja/fylgja", "directory": "base" }, "bugs": "https://github.com/fylgja/fylgja/issues", "keywords": [ "fylgja", "classless", "typography", "tables", "buttons", "forms", "dialog", "modal", "offcanvas", "print" ], "unpkg": "index.min.css", "style": "index.css", "sass": "src/index.scss", "bin": "./bin/add-theme.js", "scripts": { "start": "npx sass --no-source-map -w src:./", "build:scss": "npx sass --no-source-map src:./", "build": "npx lightningcss --minify --bundle index.css -o index.min.css", "prebuild": "npm run build:scss" } }