Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/oslego/overflow-into
- Owner: oslego
- Created: 2012-03-20T14:29:51.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-03T15:33:58.000Z (almost 13 years ago)
- Last Synced: 2024-10-14T12:49:00.298Z (3 months ago)
- Language: JavaScript
- Homepage: http://oslego.github.com/overflow-into/
- Size: 112 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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;
},