Skip to content

Instantly share code, notes, and snippets.

12 26 34 39 41 49 16
SKU DESCRIPTION Batch Code
FG-FS-ES-01 Full Size - Blend Eye Shadow Crayon - Venetian Shimmer V198
FG-FS-ES-02 Full Size - Blend Eye Shadow Crayon -Aspen Shimmer V196
FG-FS-ES-03 Full Size - Blend Eye Shadow Crayon - Burgundy Shimmer V197
FG-FS-ES-04 Full Size - Blend Eye Shadow Crayon - Morimoto Shimmer V195
FG-FS-ES-05 Full Size - Blend Eye Shadow Crayon - Kona Coffee Shimmer V196
FG-FS-ES-06 Full Size - Blend Eye Shadow Crayon - Tahitian Shimmer V195
FG-FS-ES-07 Full Size - Blend Eye Shadow Crayon - Mojave Sand V198
FG-FS-ES-08 Full Size - Blend Eye Shadow Crayon - Curacao Pecan V197
FG-FS-ES-09 Full Size - Blend Eye Shadow Crayon - Belgium Truffle V198
'use strict';
const EmberApp = require('ember-cli/lib/broccoli/ember-app');
const isProduction = EmberApp.env() === 'production';
const purgeCSS = {
module: require('@fullhuman/postcss-purgecss'),
options: {
content: [
// add extra paths here for components/controllers which include tailwind classes
We can't make this file beautiful and searchable because it's too large.
Product ID,Variant ID,Product Name,Product Type,Product Description,Supplier,Brand,Tags,Batch Tracked,Option 1 Label,Option 1 Value,Option 2 Label,Option 2 Value,Option 3 Label,Option 3 Value,Variant Name,Variant SKU,Publish Online,B2B eCommerce,Sellable,Purchasable,Country of Origin,HS Code,Barcode,Supplier Code,Variant Description,Taxable,Manage Stock,Stock On Hand,Committed Stock,Uncommitted Stock,Manufactured,Weight Value,Weight Unit,Shopify,Buy Price,Wholesale Price,Retail Price,Shopify Retail [USD],B2B eCommerce [USD],BackMarket [USD]
38866653,75372068,iPhone 5 - Pristine,iPhone,,,Buyback Boss,"16GB,32GB,5,64GB,AT&T,Apple,Black,Sprint,T-Mobile,Unlocked,Verizon,White,iPhone",FALSE,Carrier,Verizon,Size,16GB,Color,Black,Verizon / 16GB / Black,531394067.551668,FALSE,FALSE,TRUE,TRUE,,,IPH 5 16 A VZN BK,,,TRUE,FALSE,-,-,-,FALSE,0.9987,lb,FALSE,,,,69,,
38866653,75372069,iPhone 5 - Pristine,iPhone,,,Buyback Boss,"16GB,32GB,5,64GB,AT&T,Apple,Black,Sprint,T-Mobile,Unlocked,Verizon,White,iPhone",FALSE,Carrier,Sp
import React, { useEffect } from 'react';
import { KeyMap } from '@orbit/data';
import { ReactOrbitProvider } from 'react-orbit';
import MemorySource from '@orbit/memory';
import JSONAPISource from '@orbit/jsonapi';
// import IndexedDBSource from '@orbit/indexeddb';
import schema from './schema'
import { RequestStrategy, SyncStrategy } from '@orbit/coordinator';
import AppRoot from 'components/Root';
@selvagsz
selvagsz / google_fonts.css
Created February 10, 2020 04:48 — forked from sadikay/google_fonts.css
All Google Fonts In One CSS File
@font-face {
font-family: 'ABeeZee';
font-style: normal;
font-weight: 400;
src: local('ABeeZee'), local('ABeeZee-Regular'), url(http://fonts.gstatic.com/s/abeezee/v9/JYPhMn-3Xw-JGuyB-fEdNA.ttf) format('truetype');
}
@font-face {
font-family: 'Abel';
font-style: normal;
font-weight: 400;
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import Ember from 'ember';
export default Ember.Component.extend({
classNameBindings: [':accordion-item', 'isOpen'],
isOpen: Ember.computed('elementId', 'accordion.activeItemId', function() {
return this.elementId === this.accordion.activeItemId;
}),
_open() {
class Policy
class << self
def rename_attributes(&block)
@root ||= {}
@block = block
end
def mapped_attributes
instance_eval(&@block)
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle',
isDisabled: true
});