Начат фронтенд
This commit is contained in:
16
node_modules/autoprefixer/lib/hacks/align-self.js
generated
vendored
16
node_modules/autoprefixer/lib/hacks/align-self.js
generated
vendored
@@ -1,5 +1,5 @@
|
||||
let Declaration = require('../declaration')
|
||||
let flexSpec = require('./flex-spec')
|
||||
let Declaration = require('../declaration')
|
||||
|
||||
class AlignSelf extends Declaration {
|
||||
check(decl) {
|
||||
@@ -11,13 +11,6 @@ class AlignSelf extends Declaration {
|
||||
)
|
||||
}
|
||||
|
||||
/**
|
||||
* Return property name by final spec
|
||||
*/
|
||||
normalize() {
|
||||
return 'align-self'
|
||||
}
|
||||
|
||||
/**
|
||||
* Change property name for 2012 specs
|
||||
*/
|
||||
@@ -30,6 +23,13 @@ class AlignSelf extends Declaration {
|
||||
return super.prefixed(prop, prefix)
|
||||
}
|
||||
|
||||
/**
|
||||
* Return property name by final spec
|
||||
*/
|
||||
normalize() {
|
||||
return 'align-self'
|
||||
}
|
||||
|
||||
/**
|
||||
* Change value for 2012 spec and ignore prefix for 2009
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user