All Projects → jorgeatgu → Astral

jorgeatgu / Astral

Licence: mit
⊙ CSS franken-work ⊙

Projects that are alternatives of or similar to Astral

Fast
Develop, build, deploy, redeploy, and teardown frontend projects fast.
Stars: ✭ 126 (+800%)
Mutual labels:  frontend, front-end, postcss
Uix Kit
A free UI toolkit based on some common libraries for building beautiful responsive website, compatible with Bootstrap v4.
Stars: ✭ 318 (+2171.43%)
Mutual labels:  frontend, front-end
Experimental React Like Framework
A new, experimental frontend for React inspired by SwiftUI. In development.
Stars: ✭ 290 (+1971.43%)
Mutual labels:  frontend, front-end
Itelios Frontend Challenge
Desafio de admissão para desenvolvedores front-end da Itelios
Stars: ✭ 14 (+0%)
Mutual labels:  frontend, front-end
Front End Web Development Resources
This repository contains content which will be helpful in your journey as a front-end Web Developer
Stars: ✭ 3,452 (+24557.14%)
Mutual labels:  frontend, front-end
Saltgui
A web interface for managing SaltStack based infrastructure.
Stars: ✭ 278 (+1885.71%)
Mutual labels:  frontend, front-end
Redux Requests
Declarative AJAX requests and automatic network state management for single-page applications
Stars: ✭ 330 (+2257.14%)
Mutual labels:  frontend, front-end
Bit
A tool for component-driven application development.
Stars: ✭ 14,443 (+103064.29%)
Mutual labels:  frontend, front-end
Front End Handbook 2019
[Book] 2019 edition of our front-end development handbook
Stars: ✭ 3,964 (+28214.29%)
Mutual labels:  frontend, front-end
Displayjs
A simple JavaScript framework for building ambitious UIs 😊
Stars: ✭ 590 (+4114.29%)
Mutual labels:  frontend, front-end
Livingstyleguide
Easily create front-end style guides with Markdown and Sass/SCSS.
Stars: ✭ 874 (+6142.86%)
Mutual labels:  frontend, front-end
Mac Setup
🛠️ Front end web development setup for macOS.
Stars: ✭ 265 (+1792.86%)
Mutual labels:  frontend, front-end
Rfs
✩ Automates responsive resizing ✩
Stars: ✭ 2,789 (+19821.43%)
Mutual labels:  frontend, postcss
Mini.css
A minimal, responsive, style-agnostic CSS framework!
Stars: ✭ 2,938 (+20885.71%)
Mutual labels:  frontend, front-end
Frontend Developer Roadmap
📘 Front-end developer roadmap in 2021. This repository aims to collect the most important concepts of front-end.
Stars: ✭ 233 (+1564.29%)
Mutual labels:  frontend, front-end
Fe Interview
前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家),5000+道前端面试题全面覆盖,HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……
Stars: ✭ 19,638 (+140171.43%)
Mutual labels:  frontend, front-end
Snapchat Clone
👻 A SnapChat clone built with React, Redux and Typescript. Styled with SASS. Tested with Cypress, Jest and Enzyme. Linted with Eslint and formatted with Prettier!
Stars: ✭ 770 (+5400%)
Mutual labels:  frontend, front-end
Roadmap Web Developer 2017
Front-end (HTML5/CSS3/Javascript related) technologies to learn in 2017
Stars: ✭ 142 (+914.29%)
Mutual labels:  frontend, front-end
Kunafa
Easy to use, high level framework in Kotlin for front-end web-development
Stars: ✭ 148 (+957.14%)
Mutual labels:  frontend, front-end
Learning Roadmap
The Front-End Developer Learning Roadmap by Frontend Masters
Stars: ✭ 336 (+2300%)
Mutual labels:  frontend, front-end

Astral

Astral

A estral u astral (d'o latín DEXTRALE, prenunciata as'tɾal~es'tɾal (AFI)) ye una ferramienta emplegata ta fustiar, picar y treballar a fusta en cheneral, consistent d'una fuella u tozuel de fierro u acero de ripa esmolata enchascata sobre un astil de fusta.

Astral es un fraken-work basado e inspirado fuertemente en bascss y tachyons.

Astral se construye con postCSS, incluyendo custom properties, custom selectors y nested para indentar los estados. Nada más. No es tlhİngan Hol. Solamente es CSS.

La nomenclatura que he utilizado para construir Astral se basa en emmet. Las clases siempre van nombradas primero con la propiedad margin y esta separada con un guión del valor top right bottom left.

Los módulos disponibles:

  • color
  • display
  • fonts
  • height
  • letter-spacing
  • margin
  • overflow
  • padding
  • position
  • weight

La unidad de medida estandar es el REM. Para los módulos de width también he incorporado el %, y en el height vh.

Las unidades con decimales se diferencian a través del doble guión bajo.

.letter-0__5 {
  letter-spacing: .5rem;
}

Todos los módulos tienen su version responsive. Astral parte desde mobile-first hasta ir subiendo a través de tres breakpoints que atraviesan el móvil, tablet y llegan al desktop.


@media only screen and (min-width: 30em) {

  //Para este breakpoint usamos la terminación --s

     .display-ib--s {
        display: inline-block;
      }

}

@media only screen and (min-width: 48em) {

    //Para este breakpoint usamos la terminación --m

      .display-ib--m {
        display: inline-block;
      }

}

@media only screen and (min-width: 64em) {

    //Para este breakpoint usamos la terminación --l

      .display-ib--l {
        display: inline-block;
      }

}

Para empezar con Astral

git clone https://github.com/jorgeatgu/astral.git
cd astral
npm i
    delay
    delay
    npm finish
gulp

Copia, clona, distribuye y destruye como quieras.

Si te atrae esta manera de construir webs elige bascss o tachyons.

Usar Astral con Bower

Usar Astral en tu proyecto es muy sencillo: simplemente añádelo como dependencia en tu bower.json de la siguiente manera:

"dependencies": {
    "astral": "jorgeatgu/astral#^0.2.1"
  }

Para comenzar un proyecto web de cero usando astral puedes utilizar astral-initializer.

Contribuye

Si crees que falta algo no dudes en hacer un fork y mandar un pull request con lo que creas que hace falta. También puedes abrir una issue.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].