All Projects → ryanmorr → is-style-supported

ryanmorr / is-style-supported

Licence: Unlicense license
Feature test support for CSS properties and their assignable values

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to is-style-supported

CustomWebRadioButton
An example of a make radio-button design on the web.
Stars: ✭ 15 (-11.76%)
Mutual labels:  style
retired comedy phrases
A Casual Spreadsheets resource
Stars: ✭ 13 (-23.53%)
Mutual labels:  style
EditorConfig-Action
🔎A GitHub Action to check, enforce & fix EditorConfig style violations
Stars: ✭ 40 (+135.29%)
Mutual labels:  style
storybook-addon-paddings
🔲 A Storybook addon to add different paddings to your preview
Stars: ✭ 30 (+76.47%)
Mutual labels:  style
AndroidThemeChange
Android 主题更换Demo,Android 4.4 和5.0以上系统,使用不同方案。
Stars: ✭ 17 (+0%)
Mutual labels:  style
data.gouv.fr
Ce dépôt rassemble les tickets techniques qui portent sur data.gouv.fr.
Stars: ✭ 50 (+194.12%)
Mutual labels:  support
Telegram-Support-Bot
📬 Manage and organize all your support inquiries on Telegram.
Stars: ✭ 63 (+270.59%)
Mutual labels:  support
not-ubereats
This website was created to help showcase local restaurants in Toronto who offer their own delivery service.
Stars: ✭ 18 (+5.88%)
Mutual labels:  support
theme-ui-native
Build consistent, themeable React Native apps based on constraint-based design principles
Stars: ✭ 67 (+294.12%)
Mutual labels:  style
idfx
Tool for flash/monitor ESP-IDF and ESP8266_SDK apps on the WSL2 ⚡
Stars: ✭ 71 (+317.65%)
Mutual labels:  support
ez-support-tools
eZ Support Tools Bundle, provides functionality for system information and in the future tools for identifying issues.
Stars: ✭ 41 (+141.18%)
Mutual labels:  support
stargan2
StarGAN2 for practice
Stars: ✭ 89 (+423.53%)
Mutual labels:  style
react-native-bootstrap-styles
Bootstrap style library for React Native
Stars: ✭ 95 (+458.82%)
Mutual labels:  style
scoper
A polyfill for scoped HTML styles elements
Stars: ✭ 79 (+364.71%)
Mutual labels:  style
clay.css
Easily add claymorphic styles to any HTML element with this micro class and SASS mixin.
Stars: ✭ 439 (+2482.35%)
Mutual labels:  style
SupportEmail
Pre-populates emails with support information in iOS/iPadOS apps
Stars: ✭ 20 (+17.65%)
Mutual labels:  support
laravel-support-bubble
A non-intrusive support form that can be displayed on any page
Stars: ✭ 289 (+1600%)
Mutual labels:  support
vscode-color
Helper with GUI to generate color codes such as CSS color notations.
Stars: ✭ 88 (+417.65%)
Mutual labels:  style
ModMail
A Discord ModMail Bot.
Stars: ✭ 54 (+217.65%)
Mutual labels:  support
SupportDocs
Generate help centers for your iOS apps. Hosted by GitHub and always up-to-date.
Stars: ✭ 135 (+694.12%)
Mutual labels:  support

isStyleSupported

Version Badge Build Status License

Feature test support for CSS properties and their assignable values

Install

Download the development or minified version, or install via NPM:

npm install @ryanmorr/is-style-supported

Usage

Provide a style property as the first argument in standard CSS notation (kebab-case/hyphenated). You can use the optional second argument to determine support for the property's assignable value as well.

import isStyleSupported from '@ryanmorr/is-style-supported';

// Feature test CSS animations
isStyleSupported('animation-name');

// Feature test the flexbox layout module
isStyleSupported('display', 'flex');

Please note, you will not be required to provide vendor prefixes for properties, that is done internally. However, this is not the case for property values which may require a vendor prefix depending on the value you wish to test.

License

This project is dedicated to the public domain as described by the Unlicense.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].