Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oslego/overflow-into

CSS Shorthand Experiment for basic CSS Regions usage.
https://github.com/oslego/overflow-into

Last synced: about 1 month ago
JSON representation

CSS Shorthand Experiment for basic CSS Regions usage.

Awesome Lists containing this project

README

        

overflow: into();
================

This is a quick experiment to hilight the look, feel and behavior of a shortand notation (or syntactic sugar) when using CSS Regions in most common use cases.

Usage sample (proposed)
--------


#box1{
overflow: into(#box2);
}

-----
Current behavior (current workflow)
----


#box1 *{
flow-into: flowName;
},

#box1, #box2{
flow-from: flowName;
},