1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: sass-stylesheets-purecss
Section: web
Priority: optional
Maintainer: Debian Sass team <pkg-sass-devel@lists.alioth.debian.org>
Uploaders:
Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
debhelper-compat (= 13),
sassc,
Standards-Version: 4.6.2
Homepage: https://github.com/rubysamurai/purecss-sass
Vcs-Git: https://salsa.debian.org/sass-team/sass-stylesheets-purecss.git
Vcs-Browser: https://salsa.debian.org/sass-team/sass-stylesheets-purecss
Rules-Requires-Root: no
Package: sass-stylesheets-purecss
Architecture: all
Depends:
${misc:Depends},
Enhances:
sass,
Description: set of small, responsive Sass and CSS modules
purecss-sass is a reimplementation of Pure.css,
a set of small, responsive CSS modules
for general use in website project.s
.
Sass makes CSS fun again.
Sass is an extension of CSS3,
adding nested rules, variables, mixins, selector inheritance, and more.
.
Sass can be encoded in either of two formats - SASS and SCSS.
These mixins are provided in dynamic resolvable SCSS format
as well as pre-compiled static CSS.
|