-
Updated
Jul 7, 2022 - JavaScript
CSS
Cascading Style Sheets (CSS) is a language used most often to style and improve upon the appearance of websites. It allows for the separation of presentation and content, and includes the characteristics of layouts, colors and fonts. CSS builds upon HTML to make webpages more interactive and appealing to the user.
Here are 47,839 public repositories matching this topic...
-
Updated
Jun 10, 2022 - JavaScript
-
Updated
Jul 6, 2022 - JavaScript
-
Updated
Jul 5, 2022 - JavaScript
-
Updated
Jul 7, 2022 - JavaScript
🐛 bug report
Live reloading on changes and HMR work as expected, until an HTML page includes a "classic" (non-module) script.
🎛 Configuration (.babelrc, package.json, cli command)
{
"browserslist": "> 0.5%, last 2 versions, not dead",
"devDependencies": {
"parcel": "^2.5.0",
"posthtml-expressions": "^1.9.0",
"posthtml-extend": "^0.6.3",
"posthtml-include": "^1.7.-
Updated
Jun 1, 2022 - JavaScript
-
Updated
Jul 5, 2022 - JavaScript
-
Updated
Nov 9, 2020 - JavaScript
-
Updated
Jul 6, 2022 - JavaScript
-
Updated
Mar 24, 2022 - JavaScript
-
Updated
May 24, 2022 - JavaScript
I'm Writing a ThemeColor Plugin, use Visitor.
In fn:visitColor , node.parent sometimes is null (box-shadow:0 0 0 1px #999 inset). I can't find the parent Declaration Node of Color Node.
so I want to [less.js/lib/less/visitors/visitor.js Visitor.prototype.visit](https://github.com/less/less.js/blob/0e268598c8327b9e8d36d9bb2edfde95d8d787be/packages/less/src/less/visitors/visitor.js
-
Updated
May 16, 2022 - JavaScript
-
Updated
Oct 20, 2019 - JavaScript
-
Updated
Jun 24, 2022 - JavaScript
-
Updated
Jun 26, 2022 - JavaScript
-
Updated
Jul 7, 2022 - JavaScript
I'm generating json which I then include to a .styl file.
For instance;
{
"flags": {
"height": "198px",
"uri": "src/images/sprites/flags.png",
"width": "200px",
"sprites": [
{
"height": "66px",
"name": "br",
"offsetX": "0px",
"offsetY": "0px",
"widt
-
Updated
May 16, 2022 - JavaScript
What steps are needed to reproduce the bug?
test.scss
$frames: ("one", "two", "three");
@each $name in $frames {
@keyframes frame-#{$name} {
/* CSS ... */
}
}$ npx stylelint test.scss
test.scss
4:14 ✖ Expected keyframe name to be kebab-case keyframes-name-pattern
The name is kebab case, but due to the string interpolation, the line is f
-
Updated
Jun 24, 2022 - JavaScript
-
Updated
Jan 24, 2022 - JavaScript
Created by Håkon Wium, Lie Bert Bos
Released December 17, 1996
- Website
- www.w3.org/Style/CSS/Overview.en.html
- Wikipedia
- Wikipedia
Android 5.0 Map is not defined
