Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
view-container / src / models / test / __snapshots__ / StyleSheetManager.test.js.snap
Size: Mime:
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`StyleSheetManager should apply styles to appropriate targets for nested StyleSheetManagers 1`] = `
"<style data-styled-components=\\"\\">
/* sc-component-id: sc-b */
.e{color:blue;}</style>"
`;

exports[`StyleSheetManager should apply styles to appropriate targets for nested StyleSheetManagers 2`] = `
"<style data-styled-components=\\"\\">
/* sc-component-id: sc-c */
.f{color:green;}</style>"
`;

exports[`StyleSheetManager ssr should extract CSS outside the nested StyleSheetManager 1`] = `"<div data-reactroot=\\"\\"><h1 class=\\"sc-a c\\"></h1><div></div></div>"`;

exports[`StyleSheetManager ssr should extract CSS outside the nested StyleSheetManager 2`] = `
"<style data-styled-components=\\"c\\">
/* sc-component-id: sc-a */
.sc-a {} .c{color:red;}</style>"
`;