Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
aphrodite
/
src
/
Filename :
no-important.js
back
Copy
/* @flow */ // Module with the same interface as the core aphrodite module, // except that styles injected do not automatically have !important // appended to them. import makeExports from './exports'; const useImportant = false; // Don't add !important to style definitions const Aphrodite = makeExports(useImportant); const { StyleSheet, StyleSheetServer, StyleSheetTestUtils, css, minify, flushToStyleTag, injectAndGetClassName, defaultSelectorHandlers, reset, resetInjectedStyle, } = Aphrodite; export { StyleSheet, StyleSheetServer, StyleSheetTestUtils, css, minify, flushToStyleTag, injectAndGetClassName, defaultSelectorHandlers, reset, resetInjectedStyle, };