Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.
/ frontend-resources Public archive

Frontend resources that Zephir uses daily.

Notifications You must be signed in to change notification settings

zephir/frontend-resources

Repository files navigation

LUYA Logo

Zephir Frontend Resources

Build Status

Installation:

composer require zephir/frontend-resources

Usage:

@import "vendor/zephir/frontend-resources/scss/normalize";
@import "vendor/zephir/frontend-resources/scss/helpers";

SCSS

See https://zephir.github.io/frontend-resources.

Docs

All informations are documented inline on top of mixins, functions and variables.
To compile the docs locally use the sassdoc node application (http://sassdoc.com/getting-started/).

The gh-pages branch can be updated with sassdocify (http://sassdoc.com/sassdocify/).

Normalize

The normamlize file can be included to reset the .... its based upon: https://github.com/csstools/normalize.css