Aphrodite name hashing tests

node v10.24.1
version: master
endpointsharetweet
const StyleSheet = require("aphrodite").StyleSheet;
var a = StyleSheet.create({ foo: { color: 'blue' }, }); var b = StyleSheet.create({ foo: { color: 'red' }, });
a["foo"]._name
b["foo"]._name
Loading…

no comments

    sign in to comment