![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@primer/stylelint-config
Advanced tools
A sharable stylelint config object that enforces GitHub's CSS rules
$ npm install --save --dev @primer/stylelint-config
Within your stylelint config object You can extend this configuration. This will serve as a base for your config, then you can make overrides in your own config object:
{
"extends": "@primer/stylelint-config"
}
&
).box-shadow
.This is a list of the lints turned on in this configuration, and what they do.
"extend"
Disallow the use of @extend
.1
declaration per line.^transition
: Disallow the use of all
within transitions.^background
: Disallow the use of http:
protocols within background image urls.^border
: Disallow the use of the word none
for borders, use 0
instead..+
: For everything ban the use of the word initial
.calc
functions.linear-gradient()
calls that are not valid according to the standard syntax.2
spaces.1
.3
.3
.0
."0,4,0"
.FAQs
Sharable stylelint config used by GitHub's CSS
The npm package @primer/stylelint-config receives a total of 1,710 weekly downloads. As such, @primer/stylelint-config popularity was classified as popular.
We found that @primer/stylelint-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 15 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.