Toheeb / readuse

A simple CSS framework for making Functional Designs
4 stars 0 forks source link

Initial Release #1

Closed Toheeb closed 3 years ago

Toheeb commented 3 years ago

To stuff that happens in the beginning:

Files and Folders

I prefer having the root folder containing only configuration and related files. Hence,

Taking a cue from Bulma, I'll be using Sass to provide customizable variables to influence the styles. Thus, src will contain readuse.sass file.

In the dist folder belongs the deliverable files grouped by the kind of document. Example: css folder. This will give room for growth in the future.

Do I really need to worry about the future now? Maybe. Especially for the fact that Javascript may be employed to ensure Accessibility. Anyways, till that moment.

Sanity Test

It'll be cool to start from version 0.0.0 - An empty file. It's an adventure and I'll love to see how things evolve over time. Having an empty stage is part of the process.

However, to ensure the framework is working, I needed a sanity test:

A CSS declaration that is noticeable and effectless. Welcome "Hello World" of CSS:

body {
  hello: world;
}