1.1.0 • Published 2 years ago

@atoria/css v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

@toria


🌐 www.atoria.site | āœ‰ļø hello@atoia.site


CI/CD

Atoria is a simple, lightweight frontend library designed to make it easy to create visually appealing, responsive layouts for modern websites and applications. It is built with simplicity in mind and aims to provide a set of easy-to-use, customizable styles that can be quickly applied to your project.

Development

To get started, please follow the following step by step procedure

  1. install required libraries for development - these are the main libraries which should be installed globally on your development machine.
    • nodejs
    • package manager - npm, yarn or pnpm
    • git
  2. clone atoria repository - atoria, and run initial dev server

    git clone git@github.com:atorial/atoriacss.git
    cd atoriacss
    # install dependencies 
    pnpm
    # run dev environment
    pnpm dev
    # create a release 
    pnpm releasee
    # deploy or publish to npm 
    npm login 
    npm publish

Development Guide

Project Structure

This project has a minimal structure with one index.scss file where all css files are derived from. the rest of files are found inside _partias folde.

The following are the main partial files that are included: 1. _partials/_base.scs 2. _partials/_colors.scss 3. _partials/_utils.scss 4. _partials/_sizing.scss 5. _partials/_radius.scss 6. _partials/_background.scss

1.1.0

2 years ago

1.0.0

3 years ago

0.0.8

3 years ago

0.0.6

3 years ago

0.0.7

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.9

3 years ago